메소드 |
설명 |
|
Close ( ) : void |
|
|
Flush ( ) : void |
|
|
OpenSslStream ( Socket socket, OpenSslContext ctx ) : System |
Initializes server connection |
|
OpenSslStream ( Socket socket, OpenSslProtocol protocol ) : System |
Initializes client connection |
|
OpenSslStream ( Socket socket, OpenSslProtocol protocol, OpenSslCertificate certificate, OpenSslPrivateKey privatekey ) : System |
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 |
|
|