C# 클래스 GSF.Communication.TlsServer.TlsSocket

Represents a socket that has been wrapped in an SslStream for encryption.
상속: IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
Socket Socket
SslStream System.Net.Security.SslStream

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

프로퍼티 상세

Socket 공개적으로 프로퍼티

Gets the Socket connected to the remote host.
public Socket Socket
리턴 Socket

SslStream 공개적으로 프로퍼티

Gets the stream through which data is passed when sending to or receiving from the remote host.
public SslStream,System.Net.Security SslStream
리턴 System.Net.Security.SslStream