1 write to _transport
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
35set { _transport = value; }
2 references to _transport
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
34get { return _transport == null ? string.Empty : _transport; }