AuthorizedConnectionResult Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public AuthorizedConnectionResult (string serverPublicKey, string serverAddress, uint serverPort, Guid authorizedConnectionIdentifier, System.Fabric.AuthorizedConnectionKeyType keyType);
new System.Fabric.Description.AuthorizedConnectionResult : string * string * uint32 * Guid * System.Fabric.AuthorizedConnectionKeyType -> System.Fabric.Description.AuthorizedConnectionResult
Public Sub New (serverPublicKey As String, serverAddress As String, serverPort As UInteger, authorizedConnectionIdentifier As Guid, keyType As AuthorizedConnectionKeyType)
Parameters
- serverPublicKey
- String
Public key of the server
- serverAddress
- String
IP address of the server
- serverPort
- UInt32
The port the client should connect on
- authorizedConnectionIdentifier
- Guid
The guid identifier for the authorized connection
- keyType
- AuthorizedConnectionKeyType
The public key type
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET