Noemax.WCFX.Channels Namespace : LiteHttpTransportBindingElement Class |
The following tables list the members exposed by LiteHttpTransportBindingElement.
Name | Description | |
---|---|---|
![]() | LiteHttpTransportBindingElement Constructor | Overloaded. Initializes a new instance of the LiteHttpTransportBindingElement class. |
Name | Description | |
---|---|---|
![]() | AllowCookies | Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests. |
![]() | AuthenticationScheme | Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP listener. |
![]() | EnableGetWsdl | Gets and sets if transport should support WSDL export through HTTP GET requests. |
![]() | InactivityTimeoutMinutes | Gets and sets a number of minutes that the server should wait prior discarding an inactive client connection. |
![]() | KeepAliveEnabled | Gets or sets a value indicating whether to make a persistent connection to a service endpoint. |
![]() | ManualAddressing | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
![]() | MaxBufferPoolSize | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
![]() | MaxBufferSize | Gets or sets the maximum size for a buffer that receives messages from the channel. |
![]() | MaxReceivedMessageSize | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
![]() | PortSharing | Gets and sets whether the port sharing infrastructure should be used in order to share the IP endpoint across processes exposing HTTP/WebSocketv endpoints on the same computer. |
![]() | ProxyAddress | The address of HTTP proxy that should be used for establishing HTTP connection. |
![]() | ProxyAuthenticationScheme | Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP proxy.
This member is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5. |
![]() | Scheme | Overridden. Gets the URI scheme for the transport. |
![]() | TransferMode | Gets or sets a value that indicates whether messages are sent buffered or streamed. |
![]() | UseDefaultWebProxy | Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available. |
Name | Description | |
---|---|---|
![]() | BuildChannelFactory<TChannel> | Overridden. Creates a channel factory that can be used to create a channel. |
![]() | BuildChannelListener<TChannel> | Overridden. Creates a channel listener of the specified type. |
![]() | CanBuildChannelFactory<TChannel> | Overridden. Determines whether a channel factory of the specified type can be built. |
![]() | CanBuildChannelListener<TChannel> | Overridden. Determines whether a channel listener of the specified type can be built. |
![]() | Clone | Overridden. Creates a copy of the current binding element. |
![]() | GetProperty<T> | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
![]() | PlugIn | Overloaded. Creates a new binding based on the provided binding with the LiteHttpTransportBindingElement injected into it. |