Utility methods for AutoWebServiceResponse.
public static class AutoWebServiceResponseUtility
| name | description | 
|---|---|
| static GetExpectedResult<TResponse,TProperty>(…) | Returns the value of the desired property, or throws an exception if the desired property contains the default value. | 
| static VerifyResultIsExpected<TResponse,TProperty>(…) | Throws an exception if the desired property contained the default value. |