IndexedProtocolEndpoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IndexedProtocolEndpoint class.
Overloads
IndexedProtocolEndpoint() |
Initializes a new instance of the IndexedProtocolEndpoint class. |
IndexedProtocolEndpoint(Int32, Uri, Uri) |
Initializes a new instance of the IndexedProtocolEndpoint class that has the specified index, binding, and location. |
IndexedProtocolEndpoint()
Initializes a new instance of the IndexedProtocolEndpoint class.
public:
IndexedProtocolEndpoint();
public IndexedProtocolEndpoint ();
Public Sub New ()
Applies to
IndexedProtocolEndpoint(Int32, Uri, Uri)
Initializes a new instance of the IndexedProtocolEndpoint class that has the specified index, binding, and location.
public:
IndexedProtocolEndpoint(int index, Uri ^ binding, Uri ^ location);
public IndexedProtocolEndpoint (int index, Uri binding, Uri location);
new System.IdentityModel.Metadata.IndexedProtocolEndpoint : int * Uri * Uri -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
Public Sub New (index As Integer, binding As Uri, location As Uri)
Parameters
- index
- Int32
The index.
- binding
- Uri
The binding.
- location
- Uri
The location.