1 write to createChannelWithCustomAddressMethodInfo
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
290
this.
createChannelWithCustomAddressMethodInfo
= this.channelFactoryType.GetMethod("CreateChannel", new Type[1] { typeof(EndpointAddress) });
1 reference to createChannelWithCustomAddressMethodInfo
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
315
return this.
createChannelWithCustomAddressMethodInfo
;