RoleInstanceEndpoint Members

Represents an endpoint that is associated with a role instance.

The following tables list the members exposed by the RoleInstanceEndpoint type.

Public Properties

  Name Description
public property IPEndpoint Gets an IPEndPoint object for the role instance endpoint. The IPEndPoint object provides the IP address and port number for the endpoint.
public property Protocol Gets the protocol that is defined for the endpoint.
public property PublicIPEndpoint Gets an IPEndPoint object for the role instance endpoint. The IPEndPoint object provides the port number for the direct port endpoint. The IP address in the property is unused.
public property RoleInstance Gets the RoleInstance object that is associated with an endpoint.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

RoleInstanceEndpoint Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
RoleEnvironment