6 references to GetServerTypeForUri
System.Runtime.Remoting (6)
channels\http\httpremotinghandler.cs (2)
229
if (RemotingServices.
GetServerTypeForUri
(requestUri) != null)
250
if (RemotingServices.
GetServerTypeForUri
(requestUri) != null)
channels\sinks\binaryformattersinks.cs (1)
565
if (objectUri != lastUri && RemotingServices.
GetServerTypeForUri
(objectUri) == null)
channels\sinks\soapformattersinks.cs (2)
608
if (RemotingServices.
GetServerTypeForUri
(objectUri) == null)
855
Type type = RemotingServices.
GetServerTypeForUri
(objectURI);
metadata\sdlchannelsink.cs (1)
307
Type objectType = RemotingServices.
GetServerTypeForUri
(objectUri);