/// <summary>Address of the remote endpoint in URI format.</summary>
/// <summary>Address of the remote endpoint in URI format.</summary>
publicstringPeer=>PeerCore;
publicstringPeer=>PeerCore;
/// <summary>Deadline for this RPC.</summary>
/// <summary>Deadline for this RPC. The call will be automatically cancelled once the deadline is exceeded.</summary>
publicDateTimeDeadline=>DeadlineCore;
publicDateTimeDeadline=>DeadlineCore;
/// <summary>Initial metadata sent by client.</summary>
/// <summary>Initial metadata sent by client.</summary>
publicMetadataRequestHeaders=>RequestHeadersCore;
publicMetadataRequestHeaders=>RequestHeadersCore;
/// <summary>Cancellation token signals when call is cancelled.</summary>
/// <summary>Cancellation token signals when call is cancelled. It is also triggered when the deadline is exceeeded or there was some other error (e.g. network problem).</summary>