ConnectionString.CreateUsingSharedAccessKeyWithListenAccess Method (Uri, String)

 

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

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

public static string CreateUsingSharedAccessKeyWithListenAccess(
	Uri endPoint,
	string listenAccessSecret
)

Parameters

endPoint
Type: System.Uri

The endpoint.

listenAccessSecret
Type: System.String

The listen access secret.

Return Value

Type: System.String

The created connection string using a shared access key with listen access.

Return to top
Show: