UriExtensions ClassCouchbase .NET SDK 2.0
Provides extension methods for working with Uri class instances.
Inheritance Hierarchy
System Object
  Couchbase.Utils UriExtensions

Namespace: Couchbase.Utils
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public static class UriExtensions

The UriExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEndPoint
Public methodStatic memberGetIpAddress
Resolves a given Uri to an IPAddress using DNS if necessary.
Public methodStatic memberGetIPEndPoint
Gets an IPEndPoint given a valid Uri instance and port.
Top
See Also