8 references to Ping
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelWithSynchronizationContext.cs (3)
54serviceProxy.Ping(guid); 118serviceProxy.Ping(guid); 191serviceProxy.Ping(guid);
Client.ClientBase.IntegrationTests (1)
DuplexClientBaseTests.4.1.0.cs (1)
82Task.Run(() => proxy.Ping(guid));
Extensibility.WebSockets.IntegrationTests (3)
WebSocketTests.4.1.0.cs (3)
724Task.Run(() => duplexProxy.Ping(guid)); 764Task.Run(() => duplexProxy.Ping(guid)); 807Task.Run(() => proxy.Ping(guid));
Security.TransportSecurity.IntegrationTests (1)
Tcp\ClientCredentialTypeTests.4.1.1.cs (1)
259Task.Run(() => serviceProxy.Ping(guid));