SPChannelFactoryOperations Members
Include Protected Members
Include Inherited Members
Provides a set of static methods for performing operations with WCF channel factories.
The SPChannelFactoryOperations type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConfigureCredentials<TChannel> | Configures the channel factory credentials for a specified mode of authentication. | |
CreateChannelActingAsLoggedOnUser<TChannel>(ChannelFactory<TChannel>) | CreateChannelAsLoggedOnUser creates a WCF channel, using an 'act as' token. The 'act as' token represents process identity (actor) and user identity. This token delegates the user’s identity to the back end server. Delegation is an expensive operation. | |
CreateChannelActingAsLoggedOnUser<TChannel>(ChannelFactory<TChannel>, EndpointAddress) | CreateChannelAsLoggedOnUser creates a WCF channel, using an 'act as' token. The 'act as' token represents process identity (actor) and user identity. This token delegates the user’s identity to the back end server. Delegation is an expensive operation. | |
CreateChannelActingAsLoggedOnUser<TChannel>(ChannelFactory<TChannel>, EndpointAddress, Uri) | CreateChannelAsLoggedOnUser creates a WCF channel, using an 'act as' token. The 'act as' token represents process identity (actor) and user identity. This token delegates the user’s identity to the back end server. Delegation is an expensive operation. | |
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