C# Класс Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.SoapNetworkMessage

The properties of the soap message.
Наследование: Delayed
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AdjustAfterSend() публичный Метод

set timestamp for next send
public AdjustAfterSend ( ) : void
Результат void

CompareTo() публичный Метод

Compare the delays of two messages.
public CompareTo ( Delayed o ) : int
o Delayed Delayed messages.
Результат int

DecreaseUDP_REPEAT() публичный Метод

Decrease repeat times
public DecreaseUDP_REPEAT ( ) : void
Результат void

GetDelay() публичный Метод

Returns the remaining delay associated with this message in milliseconds.
public GetDelay ( ) : double
Результат double

IncreaseDelay() публичный Метод

Increase delay time
public IncreaseDelay ( ) : void
Результат void

IsDone() публичный Метод

Is done
public IsDone ( ) : bool
Результат bool

SoapNetworkMessage() публичный Метод

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
Результат System