C# 클래스 System.Net.Security.Tests.HttpsTestServer

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
HttpsTestServer ( X509Certificate serverCertificate, SslProtocols acceptedProtocols = SslProtocols.Tls ) : System.IO
RunTest ( ) : System.Threading.Tasks.Task
StartServer ( ) : void

Starts the server.

비공개 메소드들

메소드 설명
HttpConversation ( SslStream tls ) : Task

메소드 상세

HttpsTestServer() 공개 메소드

public HttpsTestServer ( X509Certificate serverCertificate, SslProtocols acceptedProtocols = SslProtocols.Tls ) : System.IO
serverCertificate System.Security.Cryptography.X509Certificates.X509Certificate
acceptedProtocols SslProtocols
리턴 System.IO

RunTest() 공개 메소드

public RunTest ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StartServer() 공개 메소드

Starts the server.
public StartServer ( ) : void
리턴 void