﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SynchronousReceiveBehavior" FullName="System.ServiceModel.Description.SynchronousReceiveBehavior"><TypeSignature Language="C#" Value="public class SynchronousReceiveBehavior : System.ServiceModel.Description.IEndpointBehavior" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SynchronousReceiveBehavior extends System.Object implements class System.ServiceModel.Description.IEndpointBehavior" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.ServiceModel.Description.IEndpointBehavior</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this behavior to instruct the channel listener to use a synchronous receive rather than the default, asynchronous. Using <see cref="T:System.ServiceModel.Description.SynchronousReceiveBehavior" /> instructs indigo2 to issue a new thread to pump for each accepted channel. If there are a lot of channels there is the possibility of running out of threads.</para><para>You can also set this value using the <format type="text/html"><a href="cc070387-3d11-4b02-a952-bc08ad2df05a">&lt;synchronousReceive&gt; element</a></format> in an application configuration file.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Controls whether channels listen synchronously or asynchronously.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SynchronousReceiveBehavior ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates an instance of the <see cref="T:System.ServiceModel.Description.SynchronousReceiveBehavior" /> class. </para></summary></Docs></Member><Member MemberName="System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters"><MemberSignature Language="C#" Value="void IEndpointBehavior.AddBindingParameters (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection parameters);" /><MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(class System.ServiceModel.Description.ServiceEndpoint endpoint, class System.ServiceModel.Channels.BindingParameterCollection parameters) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="endpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /><Parameter Name="parameters" Type="System.ServiceModel.Channels.BindingParameterCollection" /></Parameters><Docs><param name="endpoint">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>See <see cref="M:System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)" /> for a description of the interface member that this class implements.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Not implemented in this class.  </para></summary><param name="parameters"><attribution license="cc4" from="Microsoft" modified="false" />The objects that binding elements require to support the behavior.</param></Docs></Member><Member MemberName="System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior"><MemberSignature Language="C#" Value="void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);" /><MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(class System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, class System.ServiceModel.Dispatcher.ClientRuntime behavior) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="serviceEndpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /><Parameter Name="behavior" Type="System.ServiceModel.Dispatcher.ClientRuntime" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>See <see cref="M:System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)" /> for a description of the interface member this class implements.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Not implemented in this class.  </para></summary><param name="serviceEndpoint"><attribution license="cc4" from="Microsoft" modified="false" />The endpoint that is to be customized.</param><param name="behavior"><attribution license="cc4" from="Microsoft" modified="false" />The client runtime to be customized.</param></Docs></Member><Member MemberName="System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior"><MemberSignature Language="C#" Value="void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher dispatcher);" /><MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(class System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, class System.ServiceModel.Dispatcher.EndpointDispatcher dispatcher) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="serviceEndpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /><Parameter Name="dispatcher" Type="System.ServiceModel.Dispatcher.EndpointDispatcher" /></Parameters><Docs><param name="dispatcher">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Throws an exception if the <paramref name="endpointDispatcher" /> is null.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the <see cref="P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveSynchronously" /> property to true.</para></summary><param name="serviceEndpoint"><attribution license="cc4" from="Microsoft" modified="false" />The endpoint that exposes the contract.</param></Docs></Member><Member MemberName="System.ServiceModel.Description.IEndpointBehavior.Validate"><MemberSignature Language="C#" Value="void IEndpointBehavior.Validate (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);" /><MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ServiceModel.Description.IEndpointBehavior.Validate(class System.ServiceModel.Description.ServiceEndpoint serviceEndpoint) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="serviceEndpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>See <see cref="M:System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)" /> for a description of the interface member this class implements.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Not implemented in this class. </para></summary><param name="serviceEndpoint"><attribution license="cc4" from="Microsoft" modified="false" />The endpoint to validate.</param></Docs></Member></Members></Type>