C# Класс Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrd.PccrdClient

Pccrd client
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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