ServiceDomain Methods
.NET Framework 1.1
The methods of the ServiceDomain class are listed here. For a complete list of ServiceDomain class members, see the ServiceDomain Members topic.
Public Methods
![]() Enter | Creates the context specified by the ServiceConfig object and pushes it onto the context stack to become the current context. |
![]() Leave | Triggers the server and then the client side policies as if a method call were returning. The current context is then popped from the context stack, and the context that was running when Enter was called becomes the current context. |
