Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
OpenSslStream ( |
Initializes server connection
|
|
OpenSslStream ( |
Initializes client connection
|
|
OpenSslStream ( |
Initializes server connection
|
|
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
public OpenSslStream ( |
||
socket | ||
ctx | ||
return | System |
public OpenSslStream ( |
||
socket | ||
protocol | OpenSslProtocol | |
return | System |
public OpenSslStream ( |
||
socket | ||
protocol | OpenSslProtocol | |
certificate | ||
privatekey | ||
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |