7 references to UserObject
System.ServiceModel (7)
System\ServiceModel\ChannelFactory.cs (2)
846else if (this.CallbackInstance != null && this.CallbackInstance.UserObject != null) 853object implementation = this.CallbackInstance.UserObject;
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
202((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject).HelpPageEnabled = true;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
240((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject).GetWsdlEnabled = true;
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
380channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject is HttpGetImpl)
System\ServiceModel\DuplexChannelFactory.cs (2)
232if (callbackInstance.UserObject == null) 242Type userObjectType = callbackInstance.UserObject.GetType();