Searched refs:ISendStatusFromServerCompletionCallback (Results 1 – 5 of 5) sorted by relevance
34 …lBase<TResponse, TRequest>, IReceivedCloseOnServerCallback, ISendStatusFromServerCompletionCallback247 ISendStatusFromServerCompletionCallback SendStatusFromServerCompletionCallback => this;249 void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()
49 internal interface ISendStatusFromServerCompletionCallback interface90 …void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status status, Me… in StartSendStatusFromServer()
49 …(success, context, state) => ((ISendStatusFromServerCompletionCallback)state).OnSendStatusFromServ…131 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()
29 public class Utf8Encode : ISendStatusFromServerCompletionCallback124 … void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) { } in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()
65 public ISendStatusFromServerCompletionCallback SendStatusFromServerCallback159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()