示例#1
0
 internal void setProtocol(String protocol)
 {
     this.protocols.Add(protocol);
     options.AddSubProtocol(protocol);
 }