SecretNetworkClient Constructor (CreateClientOptions, GrpcChannelOptions, Interceptor)

Initializes a new instance of the SecretNetworkClient class.

Namespace:  SecretNET
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public SecretNetworkClient(
	CreateClientOptions options,
	GrpcChannelOptions grpcChannelOptions,
	Interceptor grpcMessageInterceptor
)

Parameters

options
Type: CreateClientOptions
The options.
grpcChannelOptions
Type: GrpcChannelOptions
The GRPC channel options.
grpcMessageInterceptor
Type: Interceptor
The GRPC message interceptor.