Méthode | Description | |
---|---|---|
AdjustAfterSend ( ) : void |
set timestamp for next send
|
|
CompareTo ( Delayed o ) : int |
Compare the delays of two messages.
|
|
DecreaseUDP_REPEAT ( ) : void |
Decrease repeat times
|
|
GetDelay ( ) : double |
Returns the remaining delay associated with this message in milliseconds.
|
|
IncreaseDelay ( ) : void |
Increase delay time
|
|
IsDone ( ) : bool |
Is done
|
|
SoapNetworkMessage ( byte payload, string address, int port ) : System |
Initializes a new instance of the SoapNetworkMessage class.
|
public CompareTo ( Delayed o ) : int | ||
o | Delayed | Delayed messages. |
Résultat | int |
public SoapNetworkMessage ( byte payload, string address, int port ) : System | ||
payload | byte | Payload data in the soap message |
address | string | Destination address |
port | int | Destination port |
Résultat | System |