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

The properties of the soap message.
Inheritance: Delayed
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

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.

Method Details

AdjustAfterSend() public méthode

set timestamp for next send
public AdjustAfterSend ( ) : void
Résultat void

CompareTo() public méthode

Compare the delays of two messages.
public CompareTo ( Delayed o ) : int
o Delayed Delayed messages.
Résultat int

DecreaseUDP_REPEAT() public méthode

Decrease repeat times
public DecreaseUDP_REPEAT ( ) : void
Résultat void

GetDelay() public méthode

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

IncreaseDelay() public méthode

Increase delay time
public IncreaseDelay ( ) : void
Résultat void

IsDone() public méthode

Is done
public IsDone ( ) : bool
Résultat bool

SoapNetworkMessage() public méthode

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
Résultat System