Method | Description | |
---|---|---|
CreateProbeMessage ( string types, string scopes, string matchBy ) : |
Create a probe message
|
|
Dispose ( ) : void |
Release all resources
|
|
SendMulticast ( |
Send multicast message
|
|
SendUnicast ( |
Send unicast message
|
|
WsDiscoveryClient ( ) : System |
Initializes a new instance of the WsDiscoveryClient class
|
|
WsDiscoveryClient ( ILogPrinter logger ) : System |
Initializes a new instance of the WsDiscoveryClient class
|
|
WsDiscoveryClient ( TransportType transportType ) : System |
Initializes a new instance of the WsDiscoveryClient class
|
|
WsDiscoveryClient ( TransportType transportType, ILogPrinter logger ) : System |
Initializes a new instance of the WsDiscoveryClient class
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release all resources
|
Method | Description | |
---|---|---|
Deserialize ( string data ) : |
Deserialize the wsdiscovery message
|
|
Transport_MessageArrived ( |
Receive the wsdicovery message
|
public CreateProbeMessage ( string types, string scopes, string matchBy ) : |
||
types | string | Probe type |
scopes | string | The scopes value |
matchBy | string | Match by |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicate user or GC calling this method |
return | void |
public SendMulticast ( |
||
message | The multicast message | |
return | void |
public SendUnicast ( |
||
message | The unicast message | |
address | string | Destination IP address |
port | int | Destination port |
return | void |
public WsDiscoveryClient ( ILogPrinter logger ) : System | ||
logger | ILogPrinter | A instance used to output log |
return | System |
public WsDiscoveryClient ( TransportType transportType ) : System | ||
transportType | TransportType | Transport type |
return | System |
public WsDiscoveryClient ( TransportType transportType, ILogPrinter logger ) : System | ||
transportType | TransportType | Transport type |
logger | ILogPrinter | A instance used to output log |
return | System |