Session Class

Definition

public class Session : IDisposable
type Session = class
    interface IDisposable
Public Class Session
Implements IDisposable
Inheritance
Session
Implements

Properties

AutoClose
ClientVersion
EndpointReference
HttpEndpointReference
Id
NetTcpEndpointReference
ServerVersion
ServiceVersion

Methods

AttachSession(SessionAttachInfo)
AttachSession(SessionAttachInfo, Binding)
BeginCreateSession(SessionStartInfo, AsyncCallback, Object)
BeginCreateSession(SessionStartInfo, Binding, AsyncCallback, Object)
CancelCreateSession(IAsyncResult)
Close()
Close(Boolean)
Close(Boolean, Int32)
CloseSession(String, Int32, Binding, Boolean)
CloseSession(String, Int32, Boolean)
CreateSession(SessionStartInfo)
CreateSession(SessionStartInfo, Binding)
CreateSession(SessionStartInfo, Int32)
CreateSessionAsync(SessionStartInfo)
CreateSessionAsync(SessionStartInfo, Binding)
Dispose()
EndCreateSession(IAsyncResult)
GetProperty<T>(String)
SetInterfaceMode(Boolean, IntPtr)

Operators

Implicit(Session to SessionBase)

Applies to