C# Class Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.SoapNetworkMessage

The properties of the soap message.
Inheritance: Delayed
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Methods

Method 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.

Method Details

AdjustAfterSend() public method

set timestamp for next send
public AdjustAfterSend ( ) : void
return void

CompareTo() public method

Compare the delays of two messages.
public CompareTo ( Delayed o ) : int
o Delayed Delayed messages.
return int

DecreaseUDP_REPEAT() public method

Decrease repeat times
public DecreaseUDP_REPEAT ( ) : void
return void

GetDelay() public method

Returns the remaining delay associated with this message in milliseconds.
public GetDelay ( ) : double
return double

IncreaseDelay() public method

Increase delay time
public IncreaseDelay ( ) : void
return void

IsDone() public method

Is done
public IsDone ( ) : bool
return bool

SoapNetworkMessage() public method

Initializes a new instance of the SoapNetworkMessage class.
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
return System