메소드 | 설명 | |
---|---|---|
Close ( ) : void |
Closes the listener and stops accepting connection.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
Open ( |
Opens the listener and starts accepting connection.
|
|
SendAsync ( HttpContext context ) : void |
Handles requests arriving from a channel.
|
|
Start ( ) : void |
Starts listening at the specified port.
|
|
Stop ( ) : void |
Stops listening.
|
|
UaHttpsChannelListener ( ) : System |
Initializes a new instance of the UaTcpChannelListener class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public Open ( |
||
baseAddress | The base address. | |
settings | TransportListenerSettings | The settings to use when creating the listener. |
callback | ITransportListenerCallback | The callback to use when requests arrive via the channel. |
리턴 | void |