You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			171 lines
		
	
	
		
			9.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			171 lines
		
	
	
		
			9.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="ClientViaBehavior" FullName="System.ServiceModel.Description.ClientViaBehavior"> | ||
|  |   <TypeSignature Language="C#" Value="public class ClientViaBehavior : System.ServiceModel.Description.IEndpointBehavior" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ClientViaBehavior 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>If such a behavior exists in the behavior collection on a client endpoint, the transport uses the URI that it provides, while all the other channel layers in the stack use the <see cref="T:System.ServiceModel.EndpointAddress" /> provided at <see cref="T:System.ServiceModel.ChannelFactory" /> construction time. This <see cref="T:System.ServiceModel.EndpointAddress" /> also becomes the WS-Addressing To header.</para> | ||
|  |       <para>Use this behavior when the immediate network destination is not the intended processor of the message to enable multiple-hop conversations when the calling application does not necessarily know the ultimate destination or when the destination Via header is not an address.</para> | ||
|  |       <para>You can also set this value using the <format type="text/html"><a href="c27ee94e-babd-459b-9574-2a6d67d11314"><clientVia></a></format> element in a client application configuration file.</para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>The <see cref="T:System.ServiceModel.Description.ClientViaBehavior" /> is used by clients to specify the URI for which the transport channel should be created. </para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public ClientViaBehavior (Uri uri);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Uri uri) cil managed" /> | ||
|  |       <MemberType>Constructor</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="uri" Type="System.Uri" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.ClientViaBehavior" /> class. </para> | ||
|  |         </summary> | ||
|  |         <param name="uri"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />The URI for which the transport channel should be created.</param> | ||
|  |       </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> | ||
|  |         <param name="parameters">To be added.</param> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Is not implemented.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior"> | ||
|  |       <MemberSignature Language="C#" Value="void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, 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 endpoint, 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="endpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /> | ||
|  |         <Parameter Name="behavior" Type="System.ServiceModel.Dispatcher.ClientRuntime" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="endpoint">To be added.</param> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Sets the <see cref="P:System.ServiceModel.Dispatcher.ClientRuntime.Via" /> to the URI for which the transport channel is created.</para> | ||
|  |         </summary> | ||
|  |         <param name="behavior"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Dispatcher.ClientRuntime" /> for which the client behavior is to be applied.</param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior"> | ||
|  |       <MemberSignature Language="C#" Value="void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, 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 endpoint, 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="endpoint" Type="System.ServiceModel.Description.ServiceEndpoint" /> | ||
|  |         <Parameter Name="dispatcher" Type="System.ServiceModel.Dispatcher.EndpointDispatcher" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="endpoint">To be added.</param> | ||
|  |         <param name="dispatcher">To be added.</param> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Throws an <see cref="T:System.InvalidOperationException" /> because this operation should not be performed at the client end.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Implements a modification or extension of the service across an endpoint.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="System.ServiceModel.Description.IEndpointBehavior.Validate"> | ||
|  |       <MemberSignature Language="C#" Value="void IEndpointBehavior.Validate (System.ServiceModel.Description.ServiceEndpoint endpoint);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ServiceModel.Description.IEndpointBehavior.Validate(class System.ServiceModel.Description.ServiceEndpoint endpoint) 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" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="endpoint">To be added.</param> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Is not implemented.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Uri"> | ||
|  |       <MemberSignature Language="C#" Value="public Uri Uri { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance class System.Uri Uri" /> | ||
|  |       <MemberType>Property</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Uri</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <value>To be added.</value> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>You can also set this value using the <format type="text/html"><a href="c27ee94e-babd-459b-9574-2a6d67d11314"><clientVia></a></format> element in a client application configuration file.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or set the URI for which the transport channel should be created.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |