示例#1
0
 protected override void OnStop()
 {
     SoapReceivers.Clear();
 }
示例#2
0
    protected override void OnStart(string[] args)
    {
        Uri address = new Uri("soap.tcp://localhost/TestService");

        SoapReceivers.Add(new EndpointReference(address), typeof(Service));
    }