C# Class Microsoft.Protocols.TestSuites.BranchCache.ProbeMsg

The Probe message is part of the WS-Discovery standard.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
messageId string
scopes string
types string

Public Methods

Method Description
ProbeMsg ( ) : System

Initializes a new instance of the ProbeMsg class without parameter

ProbeMsg ( string messageId, string types, string scopes ) : System

Initializes a new instance of the ProbeMsg class

Method Details

ProbeMsg() public method

Initializes a new instance of the ProbeMsg class without parameter
public ProbeMsg ( ) : System
return System

ProbeMsg() public method

Initializes a new instance of the ProbeMsg class
public ProbeMsg ( string messageId, string types, string scopes ) : System
messageId string he id of the probe message
types string Represents the list of discovery provider types.
scopes string Represents the list of discovery provider scopes
return System

Property Details

messageId public property

The id of the probe message
public string messageId
return string

scopes public property

Represents the list of discovery provider scopes
public string scopes
return string

types public property

Represents the list of discovery provider types.
public string types
return string