C# Class Microsoft.Protocols.TestSuites.Pccrd.PccrdServerAdapter

PCCRD server adapter implementation to test server endpoint.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Méthode Description
Initialize ( ITestSite testSite ) : void

Initialize the adapter.

Reset ( ) : void

Reset the adapter.

SendProbeMessage ( string type, string scope ) : void

Send the probe message.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources.

Private Methods

Méthode Description
CaptureAddressElementRequirements ( string address ) : void

Capture requirements related to address field

CaptureCustomizedAnyElementRequirements ( XmlElement any ) : void

Capture requirements related to any nodes

CaptureHeaderRequirements ( WsdHeader header ) : void

Capture requirements related with SOAP header in ProbeMatch message.

CaptureMetadataVersionRequirements ( uint data ) : void

Capture requirements related to metadataVersion field

CaptureProbeMatchRequirements ( ProbeMatchType probeMatch ) : void

Capture requirements for ProbeMatch structure

CaptureProbeMatchesRequirements ( ProbeMatchesType probeMatches ) : void

Capture requirements for ProbeMatches strcture

CaptureXAddrsElementRequirements ( string xAddrs ) : void

Capture requirements related to xAddrs field

Client_ReceivePccrdMessage ( IPEndPoint sender, SoapEnvelope message ) : void

Receive the pccrd messages

Method Details

Dispose() protected méthode

Dispose managed and unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool If disposing equals false, the method has been called by the /// runtime from inside the finalizer and you should not reference /// other objects. Only unmanaged resources can be disposed.
Résultat void

Initialize() public méthode

Initialize the adapter.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite test site.
Résultat void

Reset() public méthode

Reset the adapter.
public Reset ( ) : void
Résultat void

SendProbeMessage() public méthode

Send the probe message.
public SendProbeMessage ( string type, string scope ) : void
type string The probe message type.
scope string The scope of the probe message.
Résultat void