Beispiel #1
0
 public System.Threading.Tasks.Task StartEndpointAsync(Recaster.Common.EndpointType endpointType)
 {
     return(base.Channel.StartEndpointAsync(endpointType));
 }
Beispiel #2
0
 public void StartEndpoint(Recaster.Common.EndpointType endpointType)
 {
     base.Channel.StartEndpoint(endpointType);
 }