WCF-NetNamedPipe Transport Properties Dialog Box, Receive, General Tab

 

Use the General tab to configure the receive location for the WCF-NetNamedPipe adapter. The WCF-NetNamedPipe adapter provides efficient cross-process communication in a .NET-to-.NET environment. The adapter uses the named pipe transport and messages have a binary encoding. This adapter cannot be used in cross-computer communication.

Use this To do this
Address (URI) Required. Specify the fully qualified URI with the net.pipe scheme for this receive location. For example, net.pipe://localhost/pipeName. Note: The WCF-NetNamedPipe receive adapter does not use the computer name part in the URI to decide the pipe name.

Minimum length: 1

Maximum length: 255

Default value: net.pipe://localhost/
Endpoint Identity Optional. Specify the identity of the service that this receive location provides by clicking the Edit button. The values that can be specified for the Endpoint Identity property differ according to the security configuration. These settings enable the client to authenticate this receive location. In the handshake process between the client and service, the Windows Communication Foundation (WCF) infrastructure will ensure that the identity of the expected service matches the values of this element.

Minimum length: 0

Maximum length: 32767

The default is an empty string.

See Also

How to Configure a WCF-NetNamedPipe Receive Location The <identity> element Publishing Service Metadata for the WCF Receive Adapters