C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrd.PccrdClient

Pccrd client
상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
CreateProbe ( string types, string scopes ) : SoapEnvelope

Create a Probe Message

Dispose ( ) : void

Release all resources

PccrdClient ( ) : System

Initializes a new instance of the PccrdClientclass without parameter

PccrdClient ( ILogPrinter logger ) : System

Initializes a new instance of the PccrdClientclass with logger

SendMessage ( SoapEnvelope reqMsg ) : void

Sends message

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Release all resources

비공개 메소드들

메소드 설명
ReceiveMessage ( IPEndPoint sender, SoapEnvelope message ) : void

receive message

메소드 상세

CreateProbe() 공개 메소드

Create a Probe Message
public CreateProbe ( string types, string scopes ) : SoapEnvelope
types string The types of the probe message
scopes string The probe message scopes
리턴 Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.SoapEnvelope

Dispose() 공개 메소드

Release all resources
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Release all resources
protected Dispose ( bool disposing ) : void
disposing bool Indicate user or GC calling this method
리턴 void

PccrdClient() 공개 메소드

Initializes a new instance of the PccrdClientclass without parameter
public PccrdClient ( ) : System
리턴 System

PccrdClient() 공개 메소드

Initializes a new instance of the PccrdClientclass with logger
public PccrdClient ( ILogPrinter logger ) : System
logger ILogPrinter The logger record the debug information
리턴 System

SendMessage() 공개 메소드

Sends message
public SendMessage ( SoapEnvelope reqMsg ) : void
reqMsg Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.SoapEnvelope out message
리턴 void