C# Class Microsoft.Silverlight.Testing.Tools.TestServiceHelper

Set of helper methods for the test service.
显示文件 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
PingService ( string hostname ) : void

Pings the web service to help in shutdown.

Method Details

PingService() public static method

Pings the web service to help in shutdown.
public static PingService ( string hostname ) : void
hostname string The hostname to use.
return void