C# 클래스 Microsoft.R.Host.Client.BrokerServices.WebServer

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

Private Properties

프로퍼티 타입 설명
DoWorkAsync Task
StopAsync Task
WebServer System

공개 메소드들

메소드 설명
CreateWebServerAsync ( string remoteUrl, string baseAddress, string name, ICoreServices services, IConsole console, CancellationToken ct = default(CancellationToken) ) : Task
InitializeAsync ( CancellationToken ct ) : Task
StopAllAsync ( ) : Task
StopAsync ( int port ) : Task

비공개 메소드들

메소드 설명
DoWorkAsync ( CancellationToken ct = default(CancellationToken) ) : Task
StopAsync ( ) : Task
WebServer ( string remoteHostIp, int remotePort, string baseAddress, string name, ICoreServices services, IConsole console ) : System

메소드 상세

CreateWebServerAsync() 공개 정적인 메소드

public static CreateWebServerAsync ( string remoteUrl, string baseAddress, string name, ICoreServices services, IConsole console, CancellationToken ct = default(CancellationToken) ) : Task
remoteUrl string
baseAddress string
name string
services ICoreServices
console IConsole
ct System.Threading.CancellationToken
리턴 Task

InitializeAsync() 공개 메소드

public InitializeAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
리턴 Task

StopAllAsync() 공개 정적인 메소드

public static StopAllAsync ( ) : Task
리턴 Task

StopAsync() 공개 정적인 메소드

public static StopAsync ( int port ) : Task
port int
리턴 Task