NativePipeImplementation

Overview

The NativePipeImplementation helper class is used internally by the NamedPipeClientChannel and NamedPipeServerChannel classes to obtain a platform-specific implementation of the INativePipeServices interface.

For internal use only.

Location


Class Methods


GetServices

Returns an instance of the private platform-specific class that implements the INativePipeServices interface.

Note: This result of this method is cached internally, so several calls will return the same instance implementing the INativePipeServices interface.

 

class method GetServices: INativePipeServices

 

static INativePipeServices GetServices()

 

Shared Function GetServices() As INativePipeServices