7 references to UserObject
System.ServiceModel (7)
System\ServiceModel\ChannelFactory.cs (2)
846
else if (this.CallbackInstance != null && this.CallbackInstance.
UserObject
!= null)
853
object 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)
380
channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.
UserObject
is HttpGetImpl)
System\ServiceModel\DuplexChannelFactory.cs (2)
232
if (callbackInstance.
UserObject
== null)
242
Type userObjectType = callbackInstance.
UserObject
.GetType();