Method | Description | |
---|---|---|
CheckConnectivityState ( bool tryToConnect ) : ChannelState | ||
CreateCall ( |
||
CreateInsecure ( string target, Grpc.Core.Internal.ChannelArgsSafeHandle channelArgs ) : |
||
CreateSecure ( Grpc.Core.Internal.ChannelCredentialsSafeHandle credentials, string target, Grpc.Core.Internal.ChannelArgsSafeHandle channelArgs ) : |
||
GetTarget ( ) : string | ||
WatchConnectivityState ( ChannelState lastObservedState, Grpc.Core.Internal.Timespec deadline, |
Method | Description | |
---|---|---|
ReleaseHandle ( ) : bool |
Method | Description | |
---|---|---|
ChannelSafeHandle ( ) : System |
public CheckConnectivityState ( bool tryToConnect ) : ChannelState | ||
tryToConnect | bool | |
return | ChannelState |
public CreateCall ( |
||
parentCall | ||
propagationMask | ContextPropagationFlags | |
cq | ||
method | string | |
host | string | |
deadline | Grpc.Core.Internal.Timespec | |
credentials | Grpc.Core.Internal.CallCredentialsSafeHandle | |
return |
public static CreateInsecure ( string target, Grpc.Core.Internal.ChannelArgsSafeHandle channelArgs ) : |
||
target | string | |
channelArgs | Grpc.Core.Internal.ChannelArgsSafeHandle | |
return |
public static CreateSecure ( Grpc.Core.Internal.ChannelCredentialsSafeHandle credentials, string target, Grpc.Core.Internal.ChannelArgsSafeHandle channelArgs ) : |
||
credentials | Grpc.Core.Internal.ChannelCredentialsSafeHandle | |
target | string | |
channelArgs | Grpc.Core.Internal.ChannelArgsSafeHandle | |
return |
public WatchConnectivityState ( ChannelState lastObservedState, Grpc.Core.Internal.Timespec deadline, |
||
lastObservedState | ChannelState | |
deadline | Grpc.Core.Internal.Timespec | |
cq | ||
callback | BatchCompletionDelegate | |
return | void |