C# Class Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.ProbeOp

The class of the probe message.
Inheritance: SoapBody
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Private Properties

Property Type Description

Public Methods

Method Description
ProbeOp ( ) : System.Xml

Initializes a new instance of the ProbeOp class without parameter

ProbeOp ( ProbeType probe ) : System.Xml

Initializes a new instance of the ProbeOp class

Method Details

ProbeOp() public method

Initializes a new instance of the ProbeOp class without parameter
public ProbeOp ( ) : System.Xml
return System.Xml

ProbeOp() public method

Initializes a new instance of the ProbeOp class
public ProbeOp ( ProbeType probe ) : System.Xml
probe ProbeType the probe message
return System.Xml