ConnectionString Class

 

Represents a connection string.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Messaging.ConnectionString

Syntax

public static class ConnectionString
public ref class ConnectionString abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ConnectionString = class end
Public NotInheritable Class ConnectionString

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateUsingSharedAccessKey(Uri, String, String)

Creates a connection using the shared access key.

System_CAPS_pubmethodSystem_CAPS_static CreateUsingSharedAccessKeyWithFullAccess(Uri, String)

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

System_CAPS_pubmethodSystem_CAPS_static CreateUsingSharedAccessKeyWithListenAccess(Uri, String)

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

System_CAPS_pubmethodSystem_CAPS_static CreateUsingSharedSecret(Uri, String, String)

Creates a connection using a shared secret.

Thread Safety

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

See Also

Microsoft.WindowsAzure.Messaging Namespace

Return to top