KestrelConfigurationLoader.NamedPipeEndpoint Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| NamedPipeEndpoint(String) | 
						 Bind to given named pipe.  | 
        	
| NamedPipeEndpoint(String, Action<ListenOptions>) | 
						 Bind to given named pipe.  | 
        	
NamedPipeEndpoint(String)
Bind to given named pipe.
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint(string pipeName);
	member this.NamedPipeEndpoint : string -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
	Public Function NamedPipeEndpoint (pipeName As String) As KestrelConfigurationLoader
	Parameters
- pipeName
 - String
 
Returns
Applies to
NamedPipeEndpoint(String, Action<ListenOptions>)
Bind to given named pipe.
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint(string pipeName, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
	member this.NamedPipeEndpoint : string * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
	Public Function NamedPipeEndpoint (pipeName As String, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
	Parameters
- pipeName
 - String
 
- configure
 - Action<ListenOptions>