Esempio n. 1
0
 private XmlRpcMessageEncodingBindingElement(XmlRpcMessageEncodingBindingElement elementToBeCloned) : base(elementToBeCloned)
 {
     this.maxReadPoolSize  = elementToBeCloned.maxReadPoolSize;
     this.maxWritePoolSize = elementToBeCloned.maxWritePoolSize;
     this.readerQuotas     = new XmlDictionaryReaderQuotas();
     elementToBeCloned.readerQuotas.CopyTo(this.readerQuotas);
 }
Esempio n. 2
0
 private void Initialize()
 {
     this.httpTransport      = new HttpTransportBindingElement();
     this.httpsTransport     = new HttpsTransportBindingElement();
     this.xmlRpcTextEncoding = new XmlRpcMessageEncodingBindingElement();
 }