ConnectionString Class

 

Updated: July 21, 2013

Represents a connection string.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

System.Object
  Microsoft.WindowsAzure.Messaging.ConnectionString

Public NotInheritable Class ConnectionString

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateUsingSharedAccessKey(Uri, String, String)

Creates a connection using the shared access key.

System_CAPS_pubmethodSystem_CAPS_staticCreateUsingSharedAccessKeyWithFullAccess(Uri, String)

Creates a connection using a shared access key with full access.

System_CAPS_pubmethodSystem_CAPS_staticCreateUsingSharedAccessKeyWithListenAccess(Uri, String)

Creates a connection using a shared access key with listen access.

System_CAPS_pubmethodSystem_CAPS_staticCreateUsingSharedSecret(Uri, String, String)

Creates a connection using a shared secret.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: