SPChannelFactoryOperations.CreateChannelAsProcess Method
Include Protected Members
Include Inherited Members
Creates a channel that is used to send messages to a service as the current process identity with the specified parameters.
Overload List
Name | Description | |
---|---|---|
CreateChannelAsProcess<TChannel>(ChannelFactory<TChannel>) | Creates a channel that is used to send messages to a service as the current process identity with the specified kind of channel and factory. | |
CreateChannelAsProcess<TChannel>(ChannelFactory<TChannel>, EndpointAddress) | Creates a channel that is used to send messages to a service as the current process identity with the specified kind of channel and factory and endpoint address. | |
CreateChannelAsProcess<TChannel>(ChannelFactory<TChannel>, EndpointAddress, Uri) | Creates a channel that is used to send messages to a service as the current process identity with the specified kind of channel, factory, endpoint address, and URI. |
Top
See Also
Reference
SPChannelFactoryOperations Class