ClientBase<TChannel>.ChannelBase<T> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IClientChannel.AllowInitializationUI The EndpointAddress serves as both the ultimate destination and the physical address if a Via is not specified. If the Via is specified, then that is the actual physical address to which the message is sent and through which the message must go to arrive at its destination.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IClientChannel.DidInteractiveInitialization Gets a value that indicates whether a call was done to a user interface to obtain credential information.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IClientChannel.Via Gets the URI that contains the transport address to which messages are sent on the client channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone ICommunicationObject.State Gets the current state of the communication-oriented object.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.AllowOutputBatching Gets or sets a value that instructs Silverlight 5 to store a set of messages before giving the messages to the transport.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.InputSession Gets the input session for the channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.LocalAddress Gets the local endpoint for the channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.OperationTimeout Gets or sets the time period within which an operation must complete or an exception is thrown.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.OutputSession Gets the output session associated with the channel, if any.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.RemoteAddress Gets the remote address associated with the channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IContextChannel.SessionId Returns an identifier for the current session, if any.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IExtensibleObject<IContextChannel>.Extensions Gets a collection of extension objects for this extensible object.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IOutputChannel.RemoteAddress Gets the destination of the service to which messages are sent out on the output channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IOutputChannel.Via Gets the URI that contains the transport address to which messages are sent on the output channel.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IRequestChannel.RemoteAddress Gets the remote address to which the request channel sends messages.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IRequestChannel.Via Gets the transport address to which the request is sent.

Top