public HttpSimpleWebServiceHandler (Type type, string protocolName)
		: base (type)
		{
			_typeInfo = (HttpSimpleTypeStubInfo) TypeStubManager.GetTypeStub (type, protocolName);
		}
Example #2
0
 public HttpSimpleWebServiceHandler(Type type, string protocolName)
     : base(type)
 {
     _typeInfo = (HttpSimpleTypeStubInfo)TypeStubManager.GetTypeStub(type, protocolName);
 }