Method | Description | |
---|---|---|
CreateProbeMatchMessage ( string relatesTo, string instanceId, uint messageNumber, |
Create Probematch message
|
|
Dispose ( ) : void |
Release all resources
|
|
HandleRequest ( |
receive message
|
|
PccrdServer ( ) : System |
Initializes a new instance of the PccrdServerclass without parameter
|
|
PccrdServer ( ILogPrinter logger ) : System |
Initializes a new instance of the PccrdServerclass
|
|
SendUnicast ( |
send unicast message
|
|
StartListening ( ) : void |
Start to listen incoming requests
|
|
StopListening ( ) : void |
Stop to listen incoming requests
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release all resources
|
public CreateProbeMatchMessage ( string relatesTo, string instanceId, uint messageNumber, |
||
relatesTo | string | The probe message relates to |
instanceId | string | The instanceId of the probe message |
messageNumber | uint | The messageNumber of probe message |
matches | The probe matches | |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicate user or GC calling this method |
return | void |
public HandleRequest ( |
||
sender | The sender | |
message | The soap envelope message | |
return | void |
public PccrdServer ( ILogPrinter logger ) : System | ||
logger | ILogPrinter | The specified logger. |
return | System |
public SendUnicast ( |
||
message | The soap envelope message | |
ipaddress | string | The remote ipaddress |
port | int | The used port number for transporting |
return | void |