Implementation of IServerConnection over HTTP.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class HttpServerConnection : ServerConnectionBase
Visual Basic (Declaration)
Public Class HttpServerConnection _
	Inherits ServerConnectionBase
J#
public class HttpServerConnection extends ServerConnectionBase
JScript
public class HttpServerConnection extends ServerConnectionBase

Inheritance Hierarchy

System..::.Object
  Aras.IOM..::.ServerConnectionBase
    Aras.IOM..::.HttpServerConnection
      Aras.IOM..::.WinAuthHttpServerConnection

See Also