UnixSocketConnectionOptions.ConvertEndpointToPath Property
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.
Get or sets to function used to get a filename given an endpoint
public Func<System.Net.EndPoint,string> ConvertEndpointToPath { get; set; }
member this.ConvertEndpointToPath : Func<System.Net.EndPoint, string> with get, set
Public Property ConvertEndpointToPath As Func(Of EndPoint, String)