프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MaxWindowBalance | UInt32 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GenerateNewStreamId | int | ||
OnCloseStream | void | ||
OnProtocolClose | void | ||
OnProtocolError | void | ||
OnProtocolOpen | void | ||
OnProtocolPing | void | ||
OnSessionFrame | void | ||
OpenStream |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the instance.
|
|
End ( ) : void |
Ends the session.
|
|
End ( StatusCode reason ) : void |
Ends the sessions.
|
|
GetStreamById ( int streamId ) : |
returns stream by id.
|
|
Open ( ) : void |
Opens the sessions.
|
|
OpenStream ( ProtocolHeaders headers, bool isFinal ) : |
Opens the stream in current session.
|
|
Ping ( int streamId ) : void |
Sends ping.
|
|
ProtocolSession ( |
Initializes a new instance of the ProtocolSession class.
|
|
ProtocolSession ( Uri uri ) : System.Collections.Generic |
Initializes a new instance of the ProtocolSession class.
|
|
ProtocolSession ( Uri uri, bool isServer, ProtocolOptions options ) : System.Collections.Generic |
Initializes a new instance of the ProtocolSession class.
|
메소드 | 설명 | |
---|---|---|
GenerateNewStreamId ( ) : int |
returns new stream id.
|
|
OnCloseStream ( object sender, System.ServiceModel.Http2Protocol.RSTEventArgs e ) : void |
Event handler for close stream.
|
|
OnProtocolClose ( object sender, System.ServiceModel.Http2Protocol.CloseFrameEventArgs e ) : void |
Event handler for close.
|
|
OnProtocolError ( object sender, System.ServiceModel.Http2Protocol.ProtocolErrorEventArgs e ) : void |
Event handler for error.
|
|
OnProtocolOpen ( object sender, EventArgs e ) : void |
Event handler for open.
|
|
OnProtocolPing ( object sender, EventArgs e ) : void |
Event handler for Ping.
|
|
OnSessionFrame ( object sender, ControlFrameEventArgs e ) : void |
Event handler for session frame.
|
|
OpenStream ( int id, ProtocolHeaders headers, bool isFinal ) : |
Opens the stream in current session.
|
public GetStreamById ( int streamId ) : |
||
streamId | int | Stream Id. |
리턴 |
public OpenStream ( ProtocolHeaders headers, bool isFinal ) : |
||
headers | ProtocolHeaders | The S+M headers. |
isFinal | bool | the final flag. |
리턴 |
public ProtocolSession ( |
||
socket | ||
options | Session options. | |
리턴 | System.Collections.Generic |
public ProtocolSession ( Uri uri ) : System.Collections.Generic | ||
uri | Uri | the URI. |
리턴 | System.Collections.Generic |
public ProtocolSession ( Uri uri, bool isServer, ProtocolOptions options ) : System.Collections.Generic | ||
uri | Uri | the URI. |
isServer | bool | the Server flag. |
options | ProtocolOptions | Session options. |
리턴 | System.Collections.Generic |