SPChannelFactoryOperations members

Provides a set of static methods for performing operations with WCF channel factories.

The SPChannelFactoryOperations type exposes the following members.

Methods

  Name Description
Public methodStatic member ConfigureCredentials<TChannel> Configures the channel factory credentials for a specified mode of authentication.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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

Microsoft.SharePoint namespace