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