示例#1
0
 /// <summary>
 /// Initializes binding elements.
 /// </summary>
 void Initialize()
 {
     transport = new HttpTransportBindingElement(_controllers);
     encoding  = new TextMessageEncodingBindingElement();
 }
示例#2
0
 protected HttpTransportBindingElement(HttpTransportBindingElement other)
     : base(other)
 {
     _controllers = other._controllers;
 }