public virtual global::Rtspstream.CheckData GetCheckStreaming(global::Rtspstream.AuthToken request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetCheckStreaming(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Rtspstream.StreamData> GetStreamingAsync(global::Rtspstream.AuthToken request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetStreaming, null, options, request));
 }
 public virtual global::Rtspstream.StreamData GetStreaming(global::Rtspstream.AuthToken request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetStreaming, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::Rtspstream.StreamData> GetStreamingAsync(global::Rtspstream.AuthToken request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetStreamingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::Rtspstream.CheckData> GetCheckStreaming(global::Rtspstream.AuthToken request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }