Exemplo n.º 1
0
		public HttpSimpleWebServiceHandler (Type type, string protocolName)
		: base (type)
		{
			_typeInfo = (HttpSimpleTypeStubInfo) TypeStubManager.GetTypeStub (type, protocolName);
		}
Exemplo n.º 2
0
 public HttpSimpleWebServiceHandler(Type type, string protocolName)
     : base(type)
 {
     _typeInfo = (HttpSimpleTypeStubInfo)TypeStubManager.GetTypeStub(type, protocolName);
 }