IntraProcessTransport

Class

Superclasses

System.Object
  Transport
    IntraProcessTransport

Visual Basic

NotInheritable Public Class IntraProcessTransport
  Inherits Transport

C#

public sealed class IntraProcessTransport : Transport

Purpose

The intra-process transport delivers messages among the threads of a program.

Remarks

The intra-process transport does not access the network.

Each process has exactly one intra-process transport; the call Environment.Open automatically creates it. Programs cannot destroy this unique instance, nor create additional instances.

Member

Description

 

Public Static Properties

UniqueInstance

IntraProcessTransport

Get

Inherited Members

Transport.CreateInbox

Transport.Destroy

Transport.Send

Transport.SendReply

Transport.SendRequest

System.Object.EqualsSystem.Object.GetTypeSystem.Object.GetHashCodeSystem.Object.ToString

Related Classes

Transport

NetTransport