ConnectionString.CreateUsingSharedAccessKeyWithListenAccess Method (Uri, String)
Creates a connection using a shared access key with listen access.
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.StringThe created connection string using a shared access key with listen access.
Show: