Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InstanceContext Constructor

 

Initializes a new instance of the InstanceContext class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodInstanceContext(Object^)

Initializes a new instance of the InstanceContext class for a specified object that implements the service instance.

System_CAPS_pubmethodInstanceContext(ServiceHostBase^)

Initializes a new instance of the InstanceContext class for a service hosted by a specified host.

System_CAPS_pubmethodInstanceContext(ServiceHostBase^, Object^)

Initializes a new instance of the InstanceContext class for a specified object that implements the service instance and is hosted by a specified host.

Return to top
Show:
© 2017 Microsoft