Edit

Share via


IndexedProtocolEndpoint Constructors

Definition

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.

Applies to