Noemax.WCFX.Channels Namespace : LiteHttpsTransportBindingElement Class |
The following tables list the members exposed by LiteHttpsTransportBindingElement.
Name | Description | |
---|---|---|
![]() | LiteHttpsTransportBindingElement Constructor | Overloaded. Initializes a new instance of the LiteHttpsTransportBindingElement class. |
Name | Description | |
---|---|---|
![]() | AllowCookies | Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | AuthenticationScheme | Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP listener. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | EnableGetWsdl | Gets and sets if transport should support WSDL export through HTTP GET requests. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | InactivityTimeoutMinutes | Gets and sets a number of minutes that the server should wait prior discarding an inactive client connection. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | KeepAliveEnabled | Gets or sets a value indicating whether to make a persistent connection to a service endpoint. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | 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. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | 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. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | ProxyAddress | The address of HTTP proxy that should be used for establishing HTTP connection. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | 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. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | RequireClientCertificate | Gets or sets a value that indicates whether SSL client authentication is required. |
![]() | Scheme | Overridden. Gets the URI scheme for the transport. |
![]() | TransferMode | Gets or sets a value that indicates whether messages are sent buffered or streamed. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | UseDefaultWebProxy | Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
Name | Description | |
---|---|---|
![]() | BuildChannelFactory<TChannel> | Creates a channel factory that can be used to create a channel. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | BuildChannelListener<TChannel> | Creates a channel listener of the specified type. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |
![]() | 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. Overridden. Creates a copy of the current binding element. |
![]() | GetProperty<T> | Overridden. Gets a property from the specified BindingContext. |
![]() | PlugIn | Overloaded. Creates a new binding based on the provided binding with the LiteHttpTransportBindingElement injected into it. (Inherited from Noemax.WCFX.Channels.LiteHttpTransportBindingElement) |