C# Class System.Net.Security.SslStreamInternal

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
BeginRead IAsyncResult
BeginWrite IAsyncResult
EndRead int
EndWrite void
EnsureInternalBufferSize void
FreeReadBuffer void
GetOrCreateProtocolRequest AsyncProtocolRequest
ProcessFrameBody int
ProcessRead int
ProcessReadErrorCode int
ProcessWrite void
Read int
ReadByte int
ReadFrameCallback void
ReadHeaderCallback void
ResumeAsyncReadCallback void
ResumeAsyncWriteCallback void
SkipBytes void
SslStreamInternal System.Diagnostics
StartFrameBody int
StartFrameHeader int
StartReading int
StartWriting void
ValidateParameters void
Write void
WriteCallback void

Private Methods

Method Description
BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult
BeginWrite ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult
EndRead ( IAsyncResult asyncResult ) : int
EndWrite ( IAsyncResult asyncResult ) : void
EnsureInternalBufferSize ( int curOffset, int addSize ) : void
FreeReadBuffer ( ) : void
GetOrCreateProtocolRequest ( AsyncProtocolRequest &aprField, LazyAsyncResult asyncResult ) : AsyncProtocolRequest
ProcessFrameBody ( int readBytes, byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest ) : int
ProcessRead ( byte buffer, int offset, int count, BufferAsyncResult asyncResult ) : int
ProcessReadErrorCode ( SecurityStatusPal status, byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest, byte extraBuffer ) : int
ProcessWrite ( byte buffer, int offset, int count, LazyAsyncResult asyncResult ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadFrameCallback ( AsyncProtocolRequest asyncRequest ) : void
ReadHeaderCallback ( AsyncProtocolRequest asyncRequest ) : void
ResumeAsyncReadCallback ( AsyncProtocolRequest request ) : void
ResumeAsyncWriteCallback ( AsyncProtocolRequest asyncRequest ) : void
SkipBytes ( int decrCount ) : void
SslStreamInternal ( SslState sslState ) : System.Diagnostics
StartFrameBody ( int readBytes, byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest ) : int
StartFrameHeader ( byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest ) : int
StartReading ( byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest ) : int
StartWriting ( byte buffer, int offset, int count, AsyncProtocolRequest asyncRequest ) : void
ValidateParameters ( byte buffer, int offset, int count ) : void
Write ( byte buffer, int offset, int count ) : void
WriteCallback ( IAsyncResult transportResult ) : void