ConnectionString Methods

 

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

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.

Return to top
Show: