Метод | Описание | |
---|---|---|
Abort ( ) : void |
Aborts the communication listener.
|
|
CloseAsync ( |
Closes the communication listener.
|
|
OpenAsync ( |
Opens the communication listener
|
|
OwinCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters, IOwinAppBuilder startup, string appRoot = null, string endpointName = "ServiceEndpoint" ) : System |
Initializes a new instance of the OwinCommunicationListener class.
|
Метод | Описание | |
---|---|---|
StopWebServer ( ) : void |
public CloseAsync ( |
||
cancellationToken | The cancellation token. | |
Результат | Task |
public OpenAsync ( |
||
cancellationToken | The cancellation token. | |
Результат | Task |
public OwinCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters, IOwinAppBuilder startup, string appRoot = null, string endpointName = "ServiceEndpoint" ) : System | ||
serviceInitializationParameters | ServiceInitializationParameters | The service initialization parameters. |
startup | IOwinAppBuilder | The startup. |
appRoot | string | The application root. |
endpointName | string | The name of the endpoint in the ServiceManifest.xml to use, defaults to "ServiceEndpoint" |
Результат | System |