| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <Type Name="IChannelFactory<TChannel>" FullName="System.ServiceModel.Channels.IChannelFactory<TChannel>">
- <TypeSignature Language="C#" Value="public interface IChannelFactory<TChannel> : System.ServiceModel.Channels.IChannelFactory" />
- <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IChannelFactory`1<TChannel> implements class System.ServiceModel.Channels.IChannelFactory, class System.ServiceModel.ICommunicationObject" />
- <AssemblyInfo>
- <AssemblyName>System.ServiceModel</AssemblyName>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <TypeParameters>
- <TypeParameter Name="TChannel" />
- </TypeParameters>
- <Interfaces>
- <Interface>
- <InterfaceName>System.ServiceModel.Channels.IChannelFactory</InterfaceName>
- </Interface>
- </Interfaces>
- <Docs>
- <typeparam name="TChannel">To be added.</typeparam>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="CreateChannel">
- <MemberSignature Language="C#" Value="public TChannel CreateChannel (System.ServiceModel.EndpointAddress to);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance !TChannel CreateChannel(class System.ServiceModel.EndpointAddress to) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>TChannel</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="to" Type="System.ServiceModel.EndpointAddress" />
- </Parameters>
- <Docs>
- <param name="to">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="CreateChannel">
- <MemberSignature Language="C#" Value="public TChannel CreateChannel (System.ServiceModel.EndpointAddress to, Uri via);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance !TChannel CreateChannel(class System.ServiceModel.EndpointAddress to, class System.Uri via) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>TChannel</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="to" Type="System.ServiceModel.EndpointAddress" />
- <Parameter Name="via" Type="System.Uri" />
- </Parameters>
- <Docs>
- <param name="to">To be added.</param>
- <param name="via">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
- </Type>
|