SPChannelFactoryOperations
public static void ConfigureCredentials<TChannel>(this ChannelFactory<TChannel> factory, SPServiceAuthenticationMode authenticationMode)
public static TChannel CreateChannelActingAsLoggedOnUser<TChannel>(this ChannelFactory<TChannel> factory)
public static TChannel CreateChannelActingAsLoggedOnUser<TChannel>(this ChannelFactory<TChannel> factory, EndpointAddress address)
public static TChannel CreateChannelActingAsLoggedOnUser<TChannel>(this ChannelFactory<TChannel> factory, EndpointAddress address, Uri via)
public static TChannel CreateChannelAsProcess<TChannel>(this ChannelFactory<TChannel> factory, EndpointAddress address)
public static TChannel CreateChannelAsProcess<TChannel>(this ChannelFactory<TChannel> factory, EndpointAddress address, Uri via)