AuthorizedConnectionRequest 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 AuthorizedConnectionRequest (string clientPublicKey, string clientAddress, uint clientPort, System.Fabric.AuthorizedConnectionKeyType keyType);
new System.Fabric.Description.AuthorizedConnectionRequest : string * string * uint32 * System.Fabric.AuthorizedConnectionKeyType -> System.Fabric.Description.AuthorizedConnectionRequest
Public Sub New (clientPublicKey As String, clientAddress As String, clientPort As UInteger, keyType As AuthorizedConnectionKeyType)
Parameters
- clientPublicKey
- String
The public key of the client
- clientAddress
- String
The client's ip address
- clientPort
- UInt32
The port of the client to connect on
- keyType
- AuthorizedConnectionKeyType
The public key type
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.