C# Class System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.AsyncHttpClientRequestState

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

Private Methods

Method Description
AsyncHttpClientRequestState ( HttpClientTransportSink transportSink, IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream, int retryCount ) : System
ProcessAsyncCopyRequestStreamCompletion ( IAsyncResult iar ) : void
ProcessAsyncCopyResponseStreamCompletion ( IAsyncResult iar ) : void
ProcessGetRequestStreamCompletion ( IAsyncResult iar ) : void
ProcessGetResponseCompletion ( IAsyncResult iar ) : void
RetryOrDispatchException ( Exception e ) : void
StartRequest ( ) : void