Skip to main content

D1Channel class

Channel for communication with the D1 server.

public class D1Channel

Public Members

namedescription
D1Channel(…)Initializes a new instance of the D1Channel class. (2 constructors)
ChannelCredentials { get; set; }The ChannelCredentials to use. Must be specified.
HttpClientHandler { get; set; }The HttpClientHandler to use. If not specified, a default one is created.
Build()Create the gRPC channel.

See Also