ConnectionString::CreateUsingSharedAccessKeyWithListenAccess Method (Uri^, String^)

 

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.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: