C# Class Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.ProbeType

Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ProbeType ( ) : System.Xml.Serialization

Initializes a new instance of the ProbeType class without parameter

ProbeType ( string types, string scopes, string matchBy ) : System.Xml.Serialization

Initializes a new instance of the ProbeType class

Method Details

ProbeType() public method

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

ProbeType() public method

Initializes a new instance of the ProbeType class
public ProbeType ( string types, string scopes, string matchBy ) : System.Xml.Serialization
types string Probe types
scopes string Scopes type
matchBy string Match by
return System.Xml.Serialization