C# 클래스 Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.SoapNetworkMessage

The properties of the soap message.
상속: Delayed
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
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