Share via


AuthorizedConnectionRequest Constructor

Definition

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