C# Class System.Runtime.Remoting.Channels.Http.HttpClientTransportSinkProvider

Inheritance: IClientChannelSinkProvider
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CreateSink ( IChannelSender channel, String url, Object remoteChannelData ) : IClientChannelSink

Private Methods

Method Description
HttpClientTransportSinkProvider ( int timeout ) : System

Method Details

CreateSink() public method

public CreateSink ( IChannelSender channel, String url, Object remoteChannelData ) : IClientChannelSink
channel IChannelSender
url String
remoteChannelData Object
return IClientChannelSink