System.ServiceModel.Dispatcher.InputOrReplyRequestProcessor.Init C# (CSharp) Method

Init() private method

private Init ( DispatchRuntime runtime, IChannel replyOrInput ) : void
runtime DispatchRuntime
replyOrInput IChannel
return void
		void Init (DispatchRuntime runtime, IChannel replyOrInput)
		{
			dispatch_runtime = runtime;
			reply_or_input = replyOrInput;
		}