ConnectionString Class

 

Represents a connection string.

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

System::Object
  Microsoft.WindowsAzure.Messaging::ConnectionString

public ref class ConnectionString abstract sealed 

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: