메소드 | 설명 | |
---|---|---|
AcceptWireBusAsync ( ) : Task |
Accept a new WireBus client.
|
|
AcceptWireBusAsync ( |
Accept a new WireBus client.
|
|
AcceptWireBusAsync ( System.TimeSpan timeout ) : Task |
Accept a new WireBus client.
|
|
AcceptWireBusAsync ( System.TimeSpan timeout, |
Accept a new WireBus client.
|
|
AcceptWireBusAsync ( int timeoutMilliseconds ) : Task |
Accept a new WireBus client.
|
|
Dispose ( ) : void |
Dispose of the listener
|
|
Start ( ) : void |
Start listening for new connections.
|
|
Stop ( ) : void |
Stop listening for connections.
|
|
WireBusListener ( |
Creates a new host configured to listen on the specified IP and port
|
|
WireBusListener ( |
Creates a new host configured to listen on the specified IP and port
|
|
WireBusListener ( int port, |
Create a new host configured to listen on all IP addresses with the specified port
|
public AcceptWireBusAsync ( |
||
token | ||
리턴 | Task |
public AcceptWireBusAsync ( System.TimeSpan timeout ) : Task |
||
timeout | System.TimeSpan | |
리턴 | Task |
public AcceptWireBusAsync ( System.TimeSpan timeout, |
||
timeout | System.TimeSpan | |
token | ||
리턴 | Task |
public AcceptWireBusAsync ( int timeoutMilliseconds ) : Task |
||
timeoutMilliseconds | int | |
리턴 | Task |
public WireBusListener ( |
||
address | local address | |
port | int | local port |
semantics | the connection semantics | |
리턴 | System |
public WireBusListener ( |
||
endpoint | the local endpoint | |
semantics | the connection semantics | |
리턴 | System |
public WireBusListener ( int port, |
||
port | int | the local port |
semantics | the connection semantics | |
리턴 | System |