4 references to PipeUri
System.ServiceModel.NetNamedPipe (4)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (4)
84
string path =
PipeUri
.GetPath(uri);
89
string sharedMemoryName =
PipeUri
.BuildSharedMemoryName(hostChoices[i], path, globalChoices[iGlobal]);
129
path =
PipeUri
.GetParentPath(path);
146
PipeUri
.Validate(remoteUri);