C# 클래스 Mycroft.Server.TlsServer

상속: TcpServer
파일 보기 프로젝트 열기: rit-sse-mycroft/core 1 사용 예제들

공개 메소드들

메소드 설명
TlsServer ( IPAddress addr, Int32 port, X509Certificate cert ) : System

보호된 메소드들

메소드 설명
CreateConnection ( TcpClient client ) : CommandConnection

Creates an SSL stream that manages the connection

비공개 메소드들

메소드 설명
FormatCertificateThumbprint ( string thumbprint ) : string

Formats a SHA-1 hash of the certificate (thumbprint) to be used for searching in the user's certificate store

메소드 상세

CreateConnection() 보호된 메소드

Creates an SSL stream that manages the connection
protected CreateConnection ( TcpClient client ) : CommandConnection
client System.Net.Sockets.TcpClient
리턴 Mycroft.App.CommandConnection

TlsServer() 공개 메소드

public TlsServer ( IPAddress addr, Int32 port, X509Certificate cert ) : System
addr System.Net.IPAddress
port System.Int32
cert System.Security.Cryptography.X509Certificates.X509Certificate
리턴 System